Skip to content

Drop Go updatecli policy#1691

Open
AkashKumar7902 wants to merge 1 commit intokubewarden:mainfrom
AkashKumar7902:issue-1639-drop-go-updatecli
Open

Drop Go updatecli policy#1691
AkashKumar7902 wants to merge 1 commit intokubewarden:mainfrom
AkashKumar7902:issue-1639-drop-go-updatecli

Conversation

@AkashKumar7902
Copy link
Copy Markdown

@AkashKumar7902 AkashKumar7902 commented Apr 26, 2026

Summary

  • remove the Go-version Updatecli policy from the weekly dependency compose job
  • delete the unused updatecli/updatecli.d/go.yaml policy
  • update the workflow name and Updatecli docs to describe the remaining dependency updates

Refs #1639

Testing

  • rg -n 'go\\.yaml|Update Go version|Golang version|update Golang|golang/version|Go version in go\.mod' updatecli .github || true\n- yq e . updatecli/update-deps.yaml >/dev/null\n- yq e . .github/workflows/update-dependencies.yaml >/dev/null\n- git diff --check\n\nupdatecli and actionlint are not installed in my local environment.

Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the Go-version Updatecli policy from the weekly dependency update compose job, and updates documentation/workflow labeling to reflect the remaining automated dependency updates.

Changes:

  • Delete the unused updatecli/updatecli.d/go.yaml policy and remove it from the composed updatecli/update-deps.yaml.
  • Update Updatecli developer docs to no longer list Go version updates as part of the weekly workflow.
  • Rename the GitHub Actions job label to reflect the remaining update targets (Rust toolchain, chart deps, Hauler manifest).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
updatecli/updatecli.d/go.yaml Deletes the Go Updatecli policy.
updatecli/update-deps.yaml Removes the Go policy from the composed weekly dependency-update pipeline and updates the pipeline name.
updatecli/DEVELOPING.md Updates the “Weekly Dependency Updates” documentation to remove Go and list remaining updates.
.github/workflows/update-dependencies.yaml Updates the job display name to match the remaining dependency updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread updatecli/update-deps.yaml
Copy link
Copy Markdown
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nowadays renovatebot bumps go.mod

@flavio flavio enabled auto-merge April 28, 2026 14:18
@flavio
Copy link
Copy Markdown
Member

flavio commented Apr 28, 2026

@AkashKumar7902 can you please ensure your commit has a verified signature? Otherwise we won't be able to merge it (see the failing check)

@flavio flavio moved this from Pending review to Todo in Kubewarden Admission Controller Apr 28, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.44%. Comparing base (88b4b9c) to head (e50c857).
⚠️ Report is 71 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1691      +/-   ##
==========================================
+ Coverage   75.53%   80.44%   +4.91%     
==========================================
  Files         170      127      -43     
  Lines       20900    16413    -4487     
==========================================
- Hits        15786    13203    -2583     
+ Misses       4902     3210    -1692     
+ Partials      212        0     -212     
Flag Coverage Δ
go-tests ?
rust-tests 80.44% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AkashKumar7902
Copy link
Copy Markdown
Author

I checked the signature blocker here too. The current head commit is unsigned, and the local SSH key available in this environment is not registered as a GitHub signing key. I tried adding it, but the current gh token is missing admin:ssh_signing_key, so GitHub rejects the signing-key API call.

I also handled the Copilot PR-description thread by changing Fixes #1639 to Refs #1639 and resolving that thread. For the signature requirement, this still needs a re-sign with a GitHub-registered signing key, or registering the available key before re-signing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

5 participants